home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Xconq 7.0d37 / source / x11 / configure.in next >
Encoding:
Text File  |  1995-04-27  |  557 b   |  26 lines  |  [TEXT/R*ch]

  1. # This file is a shell script fragment that supplies the information
  2. # necessary to tailor a template configure script into the configure
  3. # script appropriate for this directory.  For more information, check
  4. # any existing configure script.
  5.  
  6. srctrigger=xconq.c
  7. srcname="x11"
  8.  
  9. # per-host:
  10.  
  11. host_makefile_frag=`${srcdir}/../config.host ${host} ..`
  12.  
  13. # per-target:
  14.  
  15. # post-target:
  16.  
  17. if [ "${with_xpm}" = "yes" ] ; then
  18.     sed -e '/# End of host and/i\
  19. \
  20. XPM_CFLAGS = -DHAVE_XPM\
  21. WITH_LIBS = $(XPM_LIB)\
  22. ' < Makefile > Makefile.tem
  23.     mv -f Makefile.tem Makefile
  24. fi
  25.  
  26.